Add community-scanner, seo-pipeline, and daily-news-content example skills#1
Open
Add community-scanner, seo-pipeline, and daily-news-content example skills#1
Conversation
Second example skill demonstrating a real-world pattern: scan Reddit for people with data problems, classify with a structured rubric, and create a PR with a report. Accompanies blog Post 3. - .claude/skills/community-scanner/SKILL.md: 4-phase orchestrator - .claude/agents/classifier.md: 5-question classification agent - lib/scanner.py: Reddit JSON API fetcher (no auth required) - README.md: updated with community-scanner docs - deploy/chart/values.yaml: added community-scanner job Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- SKILL.md: add pipeline diagram, all 5 phases (scan/classify/propose/ report/PR), 13-question classifier rubric inline, strategy taxonomy, learnings section, error recovery, JSON output formats - classifier.md: full 13 questions with product understanding, scoring rubric with what-scores-low/high guidance, output format - proposer.md: new agent with 7-strategy taxonomy, SDK code examples for dedupe/merge/rank, draft response guidelines - scanner.py: add --with-comments flag for thread enrichment, comment fetching via permalink .json endpoint, rate limiting - README.md: updated file tree with proposer agent Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
seo-pipeline: MCP-based GSC data collection, per-page analyzer agents with experiment history tracking, decision framework (aggressive on product pages, conservative on performing research), seo_prepare.py utility for computing deltas and experiment outcomes. daily-news-content: news-finder (RSS), dataset-finder (Wikipedia/gov), sdk-runner (real everyrow rank/screen patterns), graphics-generator (iterative SVG refinement, styles menu, "never make bar charts"), news_feeds.py RSS fetcher utility. Repo now has 4 example skills: add-numbers, community-scanner, seo-pipeline, daily-news-content. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds three real-world example skills alongside the original
add-numbershello world, accompanying Posts 3-5 of the blog series.community-scanner (Post 3)
lib/scanner.py: Reddit JSON API fetcher with--with-commentsenrichmentseo-pipeline (Post 4)
lib/seo_prepare.py: computes deltas, experiment outcomes, per-page input filesdaily-news-content (Post 5)
lib/news_feeds.py: stdlib RSS/Atom feed fetcherFiles
🤖 Generated with Claude Code